Adwaita: rounded submenus
authorJakub Steiner <jimmac@gmail.com>
Tue, 29 Sep 2020 10:54:25 +0000 (12:54 +0200)
committerJakub Steiner <jimmac@gmail.com>
Fri, 13 Nov 2020 16:27:40 +0000 (17:27 +0100)
- all corners have rounded corners

See https://gitlab.gnome.org/GNOME/gtk/-/issues/2745

gtk/theme/Adwaita/_common.scss

index ae2c0b7cfd95d246343cfd62e88363008128eb80..cea17f53da0d70cc46946c79126cce4ca64eddb2 100644 (file)
@@ -4154,8 +4154,6 @@ menubar {
       box-shadow: none;
     }
   }
-  // remove padding and rounding from menubar submenu decoration
-  .csd.popup decoration { border-radius:0; }
   // only bottom part rounded for menubar menus
   & > item popover.menu.background > contents {
     margin-top: -1px; //nudge it into the menubar
@@ -4166,7 +4164,7 @@ menubar {
   //nested submenus
   & > item popover.menu.background popover.menu.background > contents {
     margin: 0;
-    border-radius: 0;
+    border-radius: $popover_radius; //including top
   }
 }